A. .Aspx
B. .Asmx
C. .Ascx
D. None of these
Advertisement
Related Mcqs:
- In your ASP.NET web application you want to display a list of clients on a Web page. The client list displays 10 clients at a time, and you require the ability to edit the clients. Which Web control- ?
- A. The GridView control B. The DetailsView control C. The FormView control D. The Table control...
- ______________ element in the web.config file to run code using the permissions of a specific user?
- A. element B. element C. element D. element...
- File extension used for ASP.NET files ?
- A. .ASP B. .Web C. .ASPX D. None of these...
- You need to store state data that is accessible to any user who connects to your Web application. Which object should you use ?
- A. Response.ViewState B. Response.Cookies C. Session D. Application...
- If I’m developing an application that must accommodate multiple security levels though secure login and my ASP.NET web application is spanned across three web-servers (using round-robin load balancing______________?
- A. Maintain the login state security through a View State. B. Maintain the login state security through a Session. C. Maintain the login state security through a database. D. All of the above...
- If one has two different web form controls in a application and if one wanted to know whether the values in the above two different web form control match what control must be used ?
- A. CompareValidator B. DataList C. Listview D. GridView...
- An organization has developed a web service in which the values of the forms are validated using ASP.NET application. Suppose this web service is got and used by a customer then in such a scenario whi ?
- A. The customer can run on any platform. B. Such a situation cannot happen at all C. The customer must be having technology that run ASP. D. None of the Above...
- While creating a Web site with the help of Visual Studio 2005 on a remote computer that does not have Front Page Server Extensions installed, which Web site type will you create in Visual Studio 2005 ?
- A. HTTP B. FTP C. File D. All of the above...
- Web.config file is used.. ?
- A. To configure the web server B. To configure the web browser C. Configures the time that the server-side codebehind module is called D. To store the global information and variable definitions for the application...
- What section of the config.Web file is used for storing a list of authorized users ?
- A. securityPolicy B. authentication C. authorization D. None of the above...
Advertisement